Q: Is a test fixture something used to consistently test some item? ¶
A: Yes, and device, or piece of software.
Q: Are test fixtures too general in implicit setup? ¶
A: Yes, or when the test method sets up a test fixture and does not use it during the test.
Q: Is a test fixture a device or setup designed to hold the device under test in place and allow it to be tested by being subjected to controlled electronic test signals? ¶
A: Yes.
Q: Is a test fixture that it allows for tests to be repeatable since you are always starting with the same setup every time? ¶
A: Yes.
Q: Is a test fixture all the things that must be in place in order to run a test and expect a particular outcome? ¶
A: Yes.